Fix bug #18610 with crashes when visiting files with ESC and 8-bit bytes.
authorK. Handa <handa@gnu.org>
Wed, 8 Oct 2014 07:30:57 +0000 (10:30 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 8 Oct 2014 07:30:57 +0000 (10:30 +0300)
commitd68cf552bdd136e4438988598dd8dd8634ac87bc
treed2e9dca3dc45361b3700fb1c7f4fab3367b3ee4b
parent0a2fe9a094b1e39d722d3f445e3f73e3d8655eb7
Fix bug #18610 with crashes when visiting files with ESC and 8-bit bytes.

 src/coding.c (detect_coding_iso_2022): Set coding->rejected
 correctly when an invalid escape sequence is found.

 Backported from trunk.
src/ChangeLog
src/coding.c